Skip to content

fix(docker): bump supabase/storage-api from v1.60.22 to v1.60.26 in /apps/cli-go/pkg/config/templates in the docker-minor group across 1 directory#5635

Merged
supabase-cli-releaser[bot] merged 1 commit into
developfrom
dependabot/docker/apps/cli-go/pkg/config/templates/docker-minor-509e9dc320
Jun 21, 2026
Merged

fix(docker): bump supabase/storage-api from v1.60.22 to v1.60.26 in /apps/cli-go/pkg/config/templates in the docker-minor group across 1 directory#5635
supabase-cli-releaser[bot] merged 1 commit into
developfrom
dependabot/docker/apps/cli-go/pkg/config/templates/docker-minor-509e9dc320

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 20, 2026

Copy link
Copy Markdown
Contributor

Bumps the docker-minor group with 1 update in the /apps/cli-go/pkg/config/templates directory: supabase/storage-api.

Updates supabase/storage-api from v1.60.22 to v1.60.26

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file docker Pull requests that update Docker code labels Jun 20, 2026
@github-actions

github-actions Bot commented Jun 20, 2026

Copy link
Copy Markdown

Supabase CLI preview

npx --yes https://pkg.pr.new/supabase/cli/supabase@fc1db88be0b399a1b87c59acf4ba29c8a67aed76

Preview package for commit fc1db88.

Bumps the docker-minor group with 1 update in the /apps/cli-go/pkg/config/templates directory: supabase/storage-api.


Updates `supabase/storage-api` from v1.60.22 to v1.60.26

---
updated-dependencies:
- dependency-name: supabase/storage-api
  dependency-version: v1.60.25
  dependency-type: direct:production
  dependency-group: docker-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title fix(docker): bump supabase/storage-api from v1.60.22 to v1.60.25 in /apps/cli-go/pkg/config/templates in the docker-minor group fix(docker): bump supabase/storage-api from v1.60.22 to v1.60.26 in /apps/cli-go/pkg/config/templates in the docker-minor group across 1 directory Jun 21, 2026
@dependabot dependabot Bot force-pushed the dependabot/docker/apps/cli-go/pkg/config/templates/docker-minor-509e9dc320 branch from 03b4276 to fc1db88 Compare June 21, 2026 00:04
@supabase-cli-releaser supabase-cli-releaser Bot added this pull request to the merge queue Jun 21, 2026

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: fc1db88be0

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

FROM supabase/gotrue:v2.190.0 AS gotrue
FROM supabase/realtime:v2.108.0 AS realtime
FROM supabase/storage-api:v1.60.22 AS storage
FROM supabase/storage-api:v1.60.26 AS storage

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Preserve the storage delete request cap

With supabase/storage-api:v1.60.26, the 1000-object bulk delete limit is only enforced when REQUEST_HARD_LIMITS_ENABLED=true; I checked the CLI storage env in internal/start/start.go and internal/db/start/start.go, and this repo never sets that variable. For local REST/S3 delete requests containing more than 1000 objects, this bump changes the behavior from rejecting the request to accepting and processing it, diverging from the previous local stack/protocol guardrail and making accidental huge deletes much heavier. Please add the new env var when starting the storage container/jobs before taking this image.

Useful? React with 👍 / 👎.

Merged via the queue into develop with commit 893960a Jun 21, 2026
35 checks passed
@supabase-cli-releaser supabase-cli-releaser Bot deleted the dependabot/docker/apps/cli-go/pkg/config/templates/docker-minor-509e9dc320 branch June 21, 2026 00:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file docker Pull requests that update Docker code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants